diff options
Diffstat (limited to 'config/waybar/configs/[TOP] Default_v5')
| -rw-r--r-- | config/waybar/configs/[TOP] Default_v5 | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/config/waybar/configs/[TOP] Default_v5 b/config/waybar/configs/[TOP] Default_v5 new file mode 100644 index 00000000..3566068c --- /dev/null +++ b/config/waybar/configs/[TOP] Default_v5 @@ -0,0 +1,53 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT v5 - Top ### // +{ +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + ], +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "group/app_drawer", + "custom/separator#dot-line", + "group/mobo_drawer", + "custom/separator#line", + "custom/weather", + "custom/separator#blank", + "custom/cava_mviz", + ], + +"modules-center": [ + "custom/swaync", + "custom/separator#dot-line", + "hyprland/workspaces#rw", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/hint", + ], + +"modules-right": [ + "network#speed", + "group/connections", + "custom/separator#line", + "tray", + "mpris", + "clock", + "group/audio", + "custom/separator#dot-line", + "group/status", + ], +}
\ No newline at end of file |
